home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / DefineSprite_167 / frame_2 / PlaceObject2_126_691 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  365b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.stage._x == _level0.mapX && _root.hero._y == 50)
  3.    {
  4.       this.gotoAndPlay(1);
  5.    }
  6.    else if(_root.hero.hitTest(this))
  7.    {
  8.       _level0.points += 1;
  9.       this.gotoAndStop(66);
  10.    }
  11.    else if(_root.heroOVER._currentframe == 100 || _root.heroEND._currentframe == 180)
  12.    {
  13.       this.gotoAndPlay(1);
  14.    }
  15. }
  16.